home *** CD-ROM | disk | FTP | other *** search
/ SVM Mac 1 / CD-ROM N°1.iso / Utilitaires / Programmation⁄Infos / UCB Logo 3.0 / logolib / until < prev    next >
Encoding:
Text File  |  1994-04-25  |  140 b   |  7 lines  |  [TEXT/JV01]

  1. .macro until :until.cond :until.instr
  2. if run :until.cond [op []]
  3. op se :until.instr (list "until :until.cond :until.instr)
  4. end
  5.  
  6. bury "until
  7.